:root {
  font-size: 62.5% !important;
}

[class*=show_] {
  display: none;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

@media screen and (max-width: 1200px) {
  .hide_1200 {
    display: none !important;
  }
  .show_1200 {
    display: initial;
  }
  .show_1200.block {
    display: block;
  }
  .show_1200.flex {
    display: flex;
  }
  br.show_1200 {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .show_992 {
    display: initial;
  }
  .show_992.block {
    display: block;
  }
  .show_992.flex {
    display: flex;
  }
  .hide_992 {
    display: none;
  }
  br.show_992 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .show_768 {
    display: initial;
  }
  .show_768.block {
    display: block;
  }
  .show_768.flex {
    display: flex;
  }
  .hide_768 {
    display: none;
  }
  br.show_768 {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  :root {
    font-size: 60% !important;
  }
  .show_576 {
    display: initial;
  }
  .show_576.block {
    display: block;
  }
  .show_576.flex {
    display: flex;
  }
  br.show_576 {
    display: block;
  }
  .hide_576 {
    display: none;
  }
}
.overflow_hidden {
  overflow: hidden;
}

.event_2025_01230001 .show-992 {
  display: none;
}
.event_2025_01230001 .show-768 {
  display: none;
}
.event_2025_01230001 .show-576 {
  display: none;
}
.event_2025_01230001 img.mo {
  display: none;
}
.event_2025_01230001 .evSection .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
}
.event_2025_01230001 .evMain {
  overflow: hidden;
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0123_newyear/evmain_bg_new_v2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: unset;
  height:692px;
}
.event_2025_01230001 .evMain .inner {
  max-width: 610px;
}
.event_2025_01230001 .evMain .con_title {
  padding-top: 75px;
}
.event_2025_01230001 .evbanner {
  background: #000;
}
.event_2025_01230001 .evBanner.on {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 3;
}
.event_2025_01230001 .evbanner .inner {
  max-width: 1000px;
}
.event_2025_01230001 .evbanner span {
  color:#fff;font-size:25px;font-weight:700;display: flex;gap:20px;align-items: center;justify-content: center;height: 70px;
}
.event_2025_01230001 .evCon1 {
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0123_newyear/evcon1_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: unset;
}
.event_2025_01230001 .evCon1 .evCon1_cont {
  padding-top: 120px;
}
.event_2025_01230001 .evCon1 .evCon1_cont2 {
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/1223_endyear/evcon1_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.event_2025_01230001 .evCon2 {
  background: #fff;
}
.event_2025_01230001 .evCon2 .inner {
  padding:120px 0;display: flex;flex-direction: column;gap:90px;align-items: center;justify-content: center;max-width:860px;
}
.event_2025_01230001 .evCon2 .con_title h2{
  font-size:38px;color:#001EE2;line-height: 40px;font-weight:700;
}
.event_2025_01230001 .evCon2 .con_box {
  width:100%;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table {
  display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;gap:28px;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .notice_box p {
  font-size:11px;font-weight:400;color:#8D8D8D;text-align: left;line-height: 12px;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .info_table {
  border: 1px solid #989898;width: 860px;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .info_table .inp_wrap {
  display: flex;border-bottom:1px solid #D0D0D0;min-height:85px;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .info_table .inp_wrap:last-child {
  border-bottom:0;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .info_table .inp_wrap .table_title {
  min-width:230px;background: #F2F2F2;display: flex;align-items: center;justify-content: center;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .info_table .inp_wrap .table_title h2{
  font-size:20px;font-weight:500;color:#000;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .info_table .inp_wrap .table_title h2 span{
  color:#FF3437;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .info_table .inp_wrap .table_inp {
  display: flex;width: 100%;align-items: center;justify-content: flex-start;padding:15px 30px;flex-wrap: wrap;
  row-gap:0;column-gap:25px;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .info_table .inp_wrap.lec_wrap .table_inp {
  max-width:480px;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .info_table .inp_wrap.cam_wrap .table_inp  {
  display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;width: unset;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .info_table .inp_wrap.edu_wrap .table_inp {
  column-gap:40px;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="text"]{
  width:510px;height:50px;border: 1px solid #D0D0D0;outline: 0;padding:0 15px;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="tel"]{
  width:510px;height:50px;border: 1px solid #D0D0D0;outline: 0;padding:0 15px;
}

.event_2025_01230001 .evCon2 .con_box .counsul_table .pri_container {
  margin-top:54px;display: flex;flex-direction: column;gap:20px;align-items: center;justify-content: center;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .pri_container a {
  font-size:20px;font-weight:700;color:#000000;line-height:15px;display: flex;gap:15px;align-items: center;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .pri_container a svg{
  transform: rotate(180deg);
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .pri_container a.on svg{
  transform: rotate(0deg);
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .sub_page_info{
  display: block;
  height: 200px;
  overflow: auto;
  padding: 20px;
    margin-bottom:0;
    transition: all 1s ease-in-out;
    background-color: #E7E7E7;
  }
  .event_2025_01230001 .evCon2 .con_box .counsul_table .sub_page_info.on {
    display: none;
  }
  .event_2025_01230001 .evCon2 .con_box .counsul_table .sub_page_info.privacy1 p {
    margin-bottom: 20px;
    line-height: 1.4;
    padding-left: 0;
    font-weight: 400;
    text-align: left;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .sub_page_info.privacy1 p::before {
  content: "";
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .sub_page_info.privacy1 p:last-child{
  margin-bottom:0;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar {
  width: 20px;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  border-radius: 20px;
  border: 5px solid transparent;
  background-clip: content-box;
}

.event_2025_01230001 .evCon2 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar-track {
  background-color: transparent;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .privacy2 label {
  font-size:15px;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .input_check {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  margin: 0;
  border: 1px solid #dddddd;
  cursor: pointer;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .input_check:checked::before {
  width: 14px;
  height: 14px;
}
.input_check:checked::after {
  top: 1px;
  left: 4px;
  width: 4px;
  height: 8px;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table form > a {
  margin-top:70px;width:400px;height:68px;display: flex;align-items: center;font-size:24px;
}
.event_2025_01230001 .evCon3 {
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0123_newyear/evcon3_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.event_2025_01230001 .evCon4 {
  background-color: #FFF9CB;
}
.event_2025_01230001 .evCon4 .inner {
  max-width: 920px;padding:0 0 120px;display: flex;flex-direction: column;gap:75px;
}
.event_2025_01230001 .evCon4 .event_box {
  display: flex;flex-direction: column;gap:17px;
}
.event_2025_01230001 .evtoggleWarning .inner {
  width: 1000px;
  justify-content: flex-start;
}
.event_2025_01230001 .evtoggleWarning p.w_tit.on i {
  transform: rotate(180deg) translateY(-4px);
}
.event_2025_01230001 .evtoggleWarning .warningList {
  display: none;
}
.event_2025_01230001 .evtoggleWarning .warningList.on {
  display: block;
}
.event_2025_01230001 .evtoggleWarning .warningList .warning_tit {
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  font-family: "Noto Sans KR";
}
.event_2025_01230001 .evtoggleWarning .warningList ul {
  counter-reset: number 0;
}
.event_2025_01230001 .evtoggleWarning .warningList ul li {
  position: relative;
  padding-left: 13px;
  font-size: 13px;
  line-height: 23.4px;
  font-family: "Noto Sans KR";
}
.event_2025_01230001 .evtoggleWarning .warningList ul li::before {
  content: counter(number) ".";
  counter-increment: number 1;
  position: absolute;
  left: 0;
}
.event_2025_01230001 .evtoggleWarning .warningList ul li .color_red {
  font-weight: 700;
  color: #FF0000;
}
.event_2025_01230001 .evtoggleWarning .warningList ul + .warning_tit {
  display: block;
  padding-top: 20px;
}




















@media screen and (max-width: 1200px) {
  .event_2025_01230001 .evMain {
    background-size: cover;
  }
  .event_2025_01230001 .evCon1 {
    background-size: cover;
  }
  .event_2025_01230001 .evCon3 {
    background-size: cover;
  }
  .event_2025_01230001 .evCon2 .con_box .counsul_table form{
    width:100%;
  }
  .event_2025_01230001 .evCon2 .con_box .counsul_table .info_table .inp_wrap .table_title {
    min-width: 25%;
  }
  .event_2025_01230001 .evCon2 .con_box .counsul_table .info_table .inp_wrap .table_inp {
    width: 75%;
  }
  .event_2025_01230001 .evCon2 .con_box .counsul_table .info_table .inp_wrap.name_wrap .table_inp label{
    width:100%;
  }
  .event_2025_01230001 .evCon2 .con_box .counsul_table .info_table .inp_wrap.tel_wrap .table_inp label{
    width:100%;
  }
  .event_2025_01230001 .evSection .inner {
    width: 90%;
  }
  .event_2025_01230001 .evSection .inner img {
    width: 82.6822vw;
  }
  .event_2025_01230001 .evCon2 .con_box .counsul_table .info_table{
    max-width:100%;
  }
  .event_2025_01230001 .evCon4 {
    /*padding-bottom: 8%;*/
  }
  .event_2025_01230001 .evCon6 .inner {
    padding: 10rem 0;
  }
  .event_2025_01230001 .evCon6 .inner .con_title {
    width: 100%;
  }
  .event_2025_01230001 .evCon6 .inner .con_box {
    gap: 4.4rem;
    margin-top: 7rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_left {
    flex: unset;
    width: 65%;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_left .con_item {
    padding-top: 3.5rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_right {
    flex: unset;
    width: 40%;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .tit_wrap .tit {
    font-size: 2.1rem;
    line-height: 3rem;
    letter-spacing: -0.04em;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .tit_wrap .tit_desc {
    font-size: 1.5rem;
    line-height: 3rem;
    letter-spacing: -0.04em;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .button_box {
    gap: 1.1rem;
    padding-top: 1.8rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .button_box li {
    height: 9.3rem;
    border-radius: 12px;
    font-size: 1.4rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .button_box li button {
    padding: 1rem;
    font-size: 1.4rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .button_box li a {
    align-content: center;
    padding: 1rem;
    font-size: 1.4rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .info_contents_box {
    margin-top: 1.8rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .info_contents_box .table {
    margin-bottom: 1.4rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .info_contents_box .table_th {
    width: 6.5rem;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: -0.04em;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .info_contents_box .table_th .essential {
    margin-left: 2px;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .info_contents_box .table_td {
    width: 26.8rem;
    padding: 1.4rem 0;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .info_contents_box .table_td .input_text {
    height: 2.7rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .info_contents_box .table_td .input_textarea {
    height: 19.6rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .info_contents_box .sub_page_info.privacy1 {
    height: 11.4rem;
    padding: 2rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .info_contents_box .sub_page_info.privacy1 p {
    margin-bottom: 2rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .info_contents_box .sub_page_info.privacy1 p::before {
    content: "";
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .info_contents_box .privacy2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .info_contents_box .btn_black {
    width: 17.4rem;
    height: 3.4rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 768px) {

  .event_2025_01230001 .evMain {
    background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0123_newyear/evmain_bg_new_mo_v2.png);
    background-size: cover;
    height: unset;
}
.event_2025_01230001 .evMain .inner {
  max-width: 100%;
}
.event_2025_01230001 .evMain .con_title {
  padding:13.0208vw 0 3.3854vw;
}
.event_2025_01230001 .evbanner span {
  font-size:3.5156vw;
  height: 10.4167vw;
  gap:2.6041vw;
}
.event_2025_01230001 .evCon1 {
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0123_newyear/evcon1_bg_mo.png);
  background-size: cover;
}
.event_2025_01230001 .evCon2 {
  background: #fff;
}
.event_2025_01230001 .evCon2 .inner {
  padding:10.4167vw 0;gap:7.8125vw;max-width:92.4479vw;
}
.event_2025_01230001 .evCon2 .con_title h2{
  font-size:5.2083vw;line-height: 5.4688vw;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table {
  gap:2.6042vw;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .notice_box p {
  font-size:1.6927vw;line-height: 1.9531vw;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .info_table {
  width: 100%;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .info_table .inp_wrap {
  min-height:14.3229vw;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .info_table .inp_wrap .table_title {
  min-width:20.8333vw;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .info_table .inp_wrap .table_title h2{
  font-size:2.8646vw;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .info_table .inp_wrap .table_inp {
  padding:3.9063vw 3.2552vw;
  column-gap:4.9479vw;
  row-gap:2.2135vw;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .info_table .inp_wrap .table_inp label {
  font-size:2.3438vw;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .info_table .inp_wrap.lec_wrap .table_inp {
  max-width:100%;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .info_table .inp_wrap.edu_wrap .table_inp {
  column-gap:5.2083vw;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="radio"]{
  width:2.3438vw;height:2.3438vw;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="text"]{
  width:66.4063vw;height:6.5104vw;border: 0.1302vw solid #D0D0D0;outline: 0;padding:0 1.9531vw;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="tel"]{
  width:66.4063vw;height:6.5104vw;border: 0.1302vw solid #D0D0D0;outline: 0;padding:0 1.9531vw;
}

.event_2025_01230001 .evCon2 .con_box .counsul_table .pri_container {
  margin-top:5.8594vw;display: flex;flex-direction: column;gap:2.6042vw;align-items: center;justify-content: center;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .pri_container a {
  font-size:2.9948vw;font-weight:700;color:#000000;line-height:1.9531vw;display: flex;gap:1.9531vw;align-items: center;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .pri_container a svg {
  width: 1.5625vw;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .sub_page_info{
  display: block;
  height: 29.9479vw;
  overflow: auto;
  padding: 2.6042vw;
    margin-bottom:0;
    transition: all 1s ease-in-out;
    background-color: #E7E7E7;
  }
  .event_2025_01230001 .evCon2 .con_box .counsul_table .sub_page_info.on {
    display: none;
  }
  .event_2025_01230001 .evCon2 .con_box .counsul_table .sub_page_info.privacy1 p {
    margin-bottom: 2.6042vw;
    line-height: 1.4;
    padding-left: 0;
    font-weight: 400;
    text-align: left;
    font-size:2.2135vw;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .sub_page_info.privacy1 p::before {
  content: "";
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .sub_page_info.privacy1 p:last-child{
  margin-bottom:0;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar {
  width: 2.6042vw;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  border-radius: 2.6042vw;
  border: 0.6510vw solid transparent;
  background-clip: content-box;
}

.event_2025_01230001 .evCon2 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar-track {
  background-color: transparent;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .privacy2 label {
  font-size:2.6042vw;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .input_check {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.8229vw;
  height: 1.8229vw;
  margin: 0;
  border: 0.1302vw solid #dddddd;
  cursor: pointer;
  min-width:10px;
  min-height:10px;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table .input_check:checked::before {
  width: 1.8229vw;
  height: 1.8229vw;
}
.input_check:checked::after {
  top: 0.1302vw;
  left: 0.5208vw;
  width: 0.5208vw;
  height: 1.0417vw;
}
.event_2025_01230001 .evCon2 .con_box .counsul_table form > a {
  margin-top:7.8125vw;background: #160094;width:44.2708vw;height:7.4219vw;display: flex;align-items: center;font-size:3.125vw;
}
.event_2025_01230001 .evCon3 {
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2025/0123_newyear/evcon3_bg_mo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.event_2025_01230001 .evCon4 {
  background-color: #FFF9CB;
}
.event_2025_01230001 .evCon4 .inner {
  max-width: 124.2188vw;
}
.event_2025_01230001 .evtoggleWarning .inner {
  width: 130.2083vw;
  justify-content: flex-start;
}
.evtoggleWarning p.w_tit {
  height: 9.8958vw;
  padding: 2.8646vw 0;
  font-size: 2.8646vw;
}
.event_2025_01230001 .evtoggleWarning p.w_tit.on i {
  transform: rotate(180deg) translateY(-0.5208vw);
}
.event_2025_01230001 .evtoggleWarning p.w_tit.on i img {
  width: 2.0833vw;
}
.event_2025_01230001 .evtoggleWarning .warningList {
  display: none;
}
.event_2025_01230001 .evtoggleWarning .warningList.on {
  display: block;padding: 11.7188vw 3.2552vw !important;
}
.event_2025_01230001 .evtoggleWarning .warningList .warning_tit {
  font-size: 1.9531vw;
  font-weight: 700;
  line-height: 3.1250vw;
  font-family: "Noto Sans KR";
}
.event_2025_01230001 .evtoggleWarning .warningList ul {
  counter-reset: number 0;
}
.event_2025_01230001 .evtoggleWarning .warningList ul li {
  position: relative;
  padding-left: 1.9531vw;
  font-size: 1.9531vw;
  line-height: 3.0469vw;
  font-family: "Noto Sans KR";
}
.event_2025_01230001 .evtoggleWarning .warningList ul li::before {
  content: counter(number) ".";
  counter-increment: number 1;
  position: absolute;
  left: 0;
}
.event_2025_01230001 .evtoggleWarning .warningList ul li .color_red {
  font-weight: 700;
  color: #FF0000;
}
.event_2025_01230001 .evtoggleWarning .warningList ul + .warning_tit {
  display: block;
  padding-top: 2.6042vw;
}




  .event_2025_01230001 .evCon6 .inner .con_box {
    gap: 1.5rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .tit_wrap .tit_desc {
    font-size: 1.2rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .button_box.subjects button {
    padding: 0.5rem;
    font-size: 1.2rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .info_contents_box .table_th {
    width: 5.5rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .info_contents_box .privacy2 {
    margin-top: 1.4rem;
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
  }
  .event_2025_01230001 img.pc {
    display: none;
  }
  .event_2025_01230001 img.mo {
    display: block;margin:0 auto;
  }
  .event_2025_01230001 .evCon4 .inner {
    gap:6.5104vw;    padding: 0 0 10.4166vw;
  }
  .event_2025_01230001 .evCon4 .event_box {
    gap:4.2968vw;
  }
  .event_2025_01230001 .evMain .con_title img {
    width: 65.4947vw;
  }
  .event_2025_01230001 .evCon1 .con_box img {
    width: 82.6822vw;
  }
  .event_2025_01230001 .evCon3 .inner img {
    width: 81.7708vw;
}
  .event_2025_01230001 .evCon4 .inner .con_title img {
    width: 81.6406vw;
  }
  .event_2025_01230001 .evCon4 .inner .con_box img {
    width: 86.3281vw;
  }
}
@media screen and (max-width: 576px) {
  .event_2025_01230001 .mo_br {
    display: block;
  }
  .event_2025_01230001 .evSection .inner {
    width: unset;
  }


  .event_2025_01230001 .evCon1 .evCon1_cont {
    padding: 0;
  }
  .event_2025_01230001 .evCon4 {
    padding-bottom: 0;
  }
  .event_2025_01230001 .evCon6 .inner {
    width: 90%;
    padding: 6rem 0;
  }
  .event_2025_01230001 .evCon6 .inner .con_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.5rem;
    margin-top: 5rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_left {
    width: 100%;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_right {
    width: 100%;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .tit_wrap .tit_desc {
    font-size: 1.4rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .button_box li button {
    height: 7rem;
    font-size: 1.5rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .button_box.subjects li button {
    font-size: 1.5rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .button_box.time li {
    font-size: 1.4rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .info_contents_box {
    margin-top: 2rem;
    padding: 1.6rem 2rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .info_contents_box .table {
    margin-bottom: 1rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .info_contents_box .table_th {
    padding: 1.1rem 0;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .info_contents_box .table_td {
    padding: 1.1rem 0;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .info_contents_box .sub_page_info.privacy1 {
    height: 13.4rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .info_contents_box .privacy2 {
    margin-top: 1.4rem;
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .info_contents_box .btn_black {
    width: 46%;
    height: 4rem;
    border-radius: 30px;
  }
}
@media screen and (max-width: 360px) {
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .tit_wrap .tit_desc {
    padding-left: 0;
    font-size: 0.9rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .button_box li button {
    padding: 0.6rem;
    font-size: 1.4rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .button_box li a {
    padding: 0.6rem;
    font-size: 1.4rem;
  }
  .event_2025_01230001 .evCon6 .inner .con_box .con_item .button_box.subjects li button {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */